go/printer.commentInfo.commentOffset (field)
5 uses
go/printer (current package)
nodes.go#L89: if p.commentOffset == infinity {
printer.go#L50: commentOffset int // = printer.posFor(printer.comments[cindex-1].List[0].Pos()).Offset; or infinity
printer.go#L132: p.commentOffset = p.posFor(list[0].Pos()).Offset
printer.go#L140: p.commentOffset = infinity
printer.go#L147: return p.commentOffset < next.Offset && (!p.impliedSemi || !p.commentNewline)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)